home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / programer2 / convert / !Converter_!Help < prev    next >
Encoding:
Text File  |  1995-10-09  |  5.2 KB  |  142 lines

  1. --------------------------------------------------------------------------
  2.                !Converter (v1.07)  --  © Graham Hick, 1995
  3. --------------------------------------------------------------------------
  4.  
  5. === 1. Introduction ======================================================
  6.  
  7. This program is a (hopefully) useful utility to convert between various
  8. things. It originated from the previously released !AngleConv (1.03) and
  9. !BaseConv (1.03).
  10.  
  11.  
  12. === 2. Using the program =================================================
  13.  
  14. When the program has loaded, select 'Angle', 'Base' or 'SWI' from the
  15. icon-bar menu...
  16.  
  17. 2.1 Angle conversion
  18.  
  19.     Type the number you wish to convert into the relevant box and press
  20.     Return. Unfortunately some inaccuracies can arise, especially when
  21.     converting to and from radians (due to finite accuracy (shame...))
  22.  
  23. 2.2 Base conversion
  24.  
  25.     Simply type the number you wish to convert into the relevent box, and
  26.     press Return. You can convert to and from any base you want, using the
  27.     box on the last line. Just type a new base (from 2 to 36) into the
  28.     'Base' box and press Return. (The digits of the higher bases are taken
  29.     from 0-9, A-Z.)
  30.     
  31.     Conversions are entirely unsigned - so numbers range from 0 to
  32.     4294967295. Roman numerals will only be converted from 1 up to 9999.
  33.  
  34. 2.3 SWI conversion
  35.  
  36.     This converts between SWI names and numbers. This section of the
  37.     program has been completely redesigned since the last release, so read
  38.     on. You can select either a single SWI number or a range of SWIs to
  39.     display, or you can search within a single Module for SWIs containing
  40.     a string (e.g. search within 'Wimp' for SWIs containing 'window' in
  41.     their names). This name search is not case sensitive.
  42.     
  43.     Please note that the SWI number range must not be greater than 255
  44.     (i.e. you can search from 0 to 255 but not 0 to 256). The module list
  45.     is scanned when the program starts, so if you load a new module and
  46.     want to search for its SWIs, you'll need to restart !Converter.
  47.  
  48.  
  49. === 3. Version history ===================================================
  50.  
  51. !AngleConv/!Baseconv 1.01 (Date Unknown)
  52.  
  53.   * First release versions.
  54.  
  55. !AngleConv/!Baseconv 1.02 (Date Unknown)
  56.  
  57.   * Bug fixed in Wimp_Poll loop, which stopped F12 working when typing
  58.     into a box.
  59.   * Decent error routines implemented. It doesn't try to redraw the whole
  60.     screen when an error occurs.
  61.  
  62. !AngleConv/!Baseconv 1.03 (15 Apr 1994)
  63.  
  64.     Added 3D templates for RISC OS 3.10, and hi-res sprites. Moved
  65.     application's sprites into private sprite area (rather than Wimp
  66.     sprite pool...)
  67.  
  68. !Converter 1.04 (29 Sep 1994)
  69.  
  70.   * First release in this format - including SWI converter.
  71.   * Modified templates, supporting P in indirection string.
  72.  
  73. 1.05 (04 Jan 1995)
  74.  
  75.   * Added Roman numerals.
  76.   * Tidied up templates and app icon.
  77.   * Fixed caret-positioning bug.
  78.   * Removed RISC OS 2 templates, as they seemed a bit pointless. (If you
  79.     don't like this, tell me.)
  80.   * Re-organised this help file slightly.
  81.  
  82. 1.06 (12 Apr 1995)
  83.  
  84.   * Changed app icon (again?).
  85.   * Added interactive help support.
  86.   * Improved the documentation quite a bit.
  87.   * Fixed the odd "Too many nested structures" bug.
  88.  
  89. 1.07 (09 Oct 1995)
  90.  
  91.   * Passing correct message-list to Wimp_Initialise.
  92.   * SWI converter interface completely re-done to allow search on names
  93.     or number ranges.
  94.   * Minor amendments to the documentation.
  95.   * Interactive help extended.
  96.   
  97.  
  98. === 4. Future changes ====================================================
  99.  
  100. Without completely changing the structure and format of !Converter, I
  101. can't see much else to do to it, apart from fix occasional bugs! (If you
  102. can think of some improvements, do let me know.)
  103.  
  104.   * Ideally the whole thing should be re-written in a user-extensible
  105.     form, so you can create your own windows for converting anything you
  106.     like!
  107.  
  108.  
  109. === 5. Copyright? ========================================================
  110.  
  111. This program is "Freeware". As far as I am concerned, this means that you
  112. can distribute it to anyone and everyone, PROVIDING that all files within
  113. the !Converter directory are included in their original form, and you
  114. don't make any profit from distribution.
  115.  
  116. If you feel that you could do better, please send your improvements or
  117. suggestions to me (see below) rather than distributing them all over the
  118. place, as this can lead to large amounts of confusion.
  119.  
  120.  
  121. === 6. Contact ===========================================================
  122.  
  123. Well done. You have found the interesting bit at the end of the
  124. documentation - how to insult the author. Seriously, software developers,
  125. whether professional or unpaid, always desperately need feedback from
  126. users. So if you have ANY comments, suggestions, improvements or bugs to
  127. report, then PLEASE PLEASE PLEASE do not hesitate to get in touch with me:
  128.  
  129. Paper-mail: 38 Rocks Lane
  130.             Barnes
  131.             London SW13 0DA
  132.             United Kingdom
  133.  
  134. E-mail:     gjmh@doc.ic.ac.uk (until September 1996)
  135.  
  136. All communication WILL be replied to. Thank you for your attention.
  137.  
  138.  
  139. --------------------------------------------------------------------------
  140.                !Converter (v1.07)  --  © Graham Hick, 1995
  141. --------------------------------------------------------------------------
  142.